Html Css Color HEX #767430 Crete

📋 copy color: '#767430'

red 118 ◦ green 116 ◦ blue 48

#767430
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Crete #767430

Tints of Crete #767430

RGB

 RED value IS 118 (46.48% from 255) = 41.84%

 GREEN value IS 116 (45.7% from 255) = 41.13%

 BLUE value IS 48 (19.14% from 255) = 17.02%

R = 41.84%
G = 41.13%
B = 17.02%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#767430 (or 0x767430) is known color: Crete. HEX triplet: 76, 74 and 30. RGB value is (118,116,48). Sum of RGB (Red+Green+Blue) = 118+116+48=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 116 (45.70% from 255 or 41.13% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #767430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767430 is #898BCF. Grayscale: #6D6D6D. Windows color (decimal): -9014224 or 3175542. OLE color: 3175542.

HSL color Cylindrical-coordinate representation of color #767430: hue angle of 58.29º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #767430 is Cyan = 0, Magento = 0.02, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 116 48 -
CMYK 0 0.02 0.59 0.54
HSL 58.29º 0.42% 0.33% -
HSV(B) 58.29º 0.59% 0.46% -
XYZ 14.25 16.56 5.24 -
YUV 108.85 93.66 134.53 -
System Red Green Blue C M Y K H S L
Decimal 118 116 48 0 0.02 0.59 0.54 58.29 0.42 0.33
Hex 76 74 30 0 2 3B 36 3A 2A 21
Octal 166 164 60 0 2 73 66 72 52 41
Binary 1110110 1110100 110000 0 10 111011 110110 111010 101010 100001

Color Harmonies of #767430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767430

Black with #767430

Text Example


Text Example

White with #767430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767430; }

 p { color: rgb(118,116,48); }

 H1.HeaderClassName
 {
   color: #767430;
 }
 .AnyTagClassName
 {
   color: #767430;
 }
</style>

background-color css

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

 a { background-color: rgb(118,116,48); }

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

border-color css

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

 span { border-color: rgb(118,116,48); }

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