#F7CB77

Color #F7CB77 Grandis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grandis #F7CB77

Tints of Grandis #F7CB77

Color information

#F7CB77 (or 0xF7CB77) is unknown color: approx Grandis. HEX triplet: F7, CB and 77. RGB value is (247,203,119). Sum of RGB (Red+Green+Blue) = 247+203+119=569 (75% of max value = 765). Red value is 247 (96.88% from 255 or 43.41% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7CB77 is #083488. Grayscale: #CECECE. Windows color (decimal): -537737 or 7850999. OLE color: 7850999.

HSL color Cylindrical-coordinate representation of color #F7CB77: hue angle of 39.38º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7CB77 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB247203119-
CMYK00.180.520.03
HSL39.38º88.89%71.76%-
HSV(B)39.38º51.82%96.86%-
XYZ63.0463.8226.45-
YUV206.5878.58156.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 247 (96.88% from 255) = 43.41%
GREEN value IS 203 (79.69% from 255) = 35.68%
BLUE value IS 119 (46.88% from 255) = 20.91%
R=43.41%
G=35.68%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720311900.180.520.0339.3888.8971.76
HexF7CB77012343275948
Octal36731316702264347131110
Binary111101111100101111101110100101101001110011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CB77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CB77; }

 p { color: rgb(247,203,119); }

 H1.HeaderClassName
 {
   color: #F7CB77;
 }
 .AnyTagClassName
 {
   color: #F7CB77;
 }
</style>
background-color css

<style>
 a { background-color: #F7CB77; }

 a { background-color: rgb(247,203,119); }

 div.DivClassName
 {
   background-color: #F7CB77;
 }
 .BgClassName
 {
   background-color: #F7CB77;
 }
</style>
border-color css

<style>
 span { border-color: #F7CB77; }

 span { border-color: rgb(247,203,119); }

 td.TdClassName
 {
   border-color: #F7CB77;
 }
 .TagClassName
 {
   border-color: #F7CB77;
 }
</style>