#767835

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

Shades of Crete #767835

Tints of Crete #767835

Color information

#767835 (or 0x767835) is unknown color: approx Crete. HEX triplet: 76, 78 and 35. RGB value is (118,120,53). Sum of RGB (Red+Green+Blue) = 118+120+53=291 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.55% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #767835 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767835 is #8987CA. Grayscale: #707070. Windows color (decimal): -9013195 or 3504246. OLE color: 3504246.

HSL color Cylindrical-coordinate representation of color #767835: hue angle of 61.79º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #767835 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB11812053-
CMYK0.0200.560.53
HSL61.79º38.73%33.92%-
HSV(B)61.79º55.83%47.06%-
XYZ14.8317.545.97-
YUV111.7694.84132.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40.55%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=40.55%
G=41.24%
B=18.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118120530.0200.560.5361.7938.7333.92
Hex7678352038353e2722
Octal16617065207065764742
Binary11101101111000110101100111000110101111110100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767835; }

 p { color: rgb(118,120,53); }

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

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

 a { background-color: rgb(118,120,53); }

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

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

 span { border-color: rgb(118,120,53); }

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